- copy
Route copy()
Undocumented in source. Be warned that the author may not have intended to support it.
- getAction
string getAction()
Undocumented in source. Be warned that the author may not have intended to support it.
- getController
string getController()
Undocumented in source. Be warned that the author may not have intended to support it.
- getGroup
string getGroup()
Undocumented in source. Be warned that the author may not have intended to support it.
- getMethods
HTTP_METHODS[] getMethods()
Undocumented in source. Be warned that the author may not have intended to support it.
- getModule
string getModule()
Undocumented in source. Be warned that the author may not have intended to support it.
- getParamKeys
string[int] getParamKeys()
Undocumented in source. Be warned that the author may not have intended to support it.
- getParams
string[string] getParams()
Undocumented in source. Be warned that the author may not have intended to support it.
- getPattern
string getPattern()
Undocumented in source. Be warned that the author may not have intended to support it.
- getRegular
bool getRegular()
Undocumented in source. Be warned that the author may not have intended to support it.
- getRoute
string getRoute()
Undocumented in source. Be warned that the author may not have intended to support it.
- getUrlTemplate
string getUrlTemplate()
Undocumented in source. Be warned that the author may not have intended to support it.
- setAction
Route setAction(string actionValue)
Undocumented in source. Be warned that the author may not have intended to support it.
- setController
Route setController(string controllerValue)
Undocumented in source. Be warned that the author may not have intended to support it.
- setGroup
Route setGroup(string groupValue)
Undocumented in source. Be warned that the author may not have intended to support it.
- setMethods
Route setMethods(HTTP_METHODS[] methods)
Undocumented in source. Be warned that the author may not have intended to support it.
- setModule
Route setModule(string moduleValue)
Undocumented in source. Be warned that the author may not have intended to support it.
- setParamKeys
Route setParamKeys(string[int] paramKeys)
Undocumented in source. Be warned that the author may not have intended to support it.
- setParams
Route setParams(string[string] params)
Undocumented in source. Be warned that the author may not have intended to support it.
- setPattern
Route setPattern(string patternValue)
Undocumented in source. Be warned that the author may not have intended to support it.
- setRegular
Route setRegular(bool regularValue)
Undocumented in source. Be warned that the author may not have intended to support it.
- setRoute
Route setRoute(string routeValue)
Undocumented in source. Be warned that the author may not have intended to support it.
- setUrlTemplate
Route setUrlTemplate(string urlTemplate)
Undocumented in source. Be warned that the author may not have intended to support it.